home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / RestZone.swf / scripts / frame_23 / PlaceObject2_49_6 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2004-07-20  |  231 b   |  14 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root._xmouse,_root._ymouse,true))
  3.    {
  4.       if(eval("/:check") >= 1)
  5.       {
  6.          set("/:check",2);
  7.       }
  8.       else
  9.       {
  10.          gotoAndStop(50);
  11.       }
  12.    }
  13. }
  14.